home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / misc / NumConv.lha / NumConv.readme < prev   
Text File  |  1998-01-19  |  2KB  |  41 lines

  1. Short:    GUI number conversion utility
  2. Uploader: mojaveg@ridgenet.net
  3. Author:   mojaveg@ridgenet.net (Everett M. Greene)
  4. Type:     util/misc
  5.  
  6. This distribution contains a program which is useful for converting
  7. numbers among various number bases and forms.  It is a Workbench
  8. or CLI program requiring AmigaDOS 2.04+.
  9.  
  10. Using the program:
  11.  
  12. After being initiated, use of the program consists of entering a
  13. number (in the appropriate form) in one of the string gadgets and
  14. pressing return.  The value just entered will be reflected in all
  15. the other string gadgets in the other representations.  Entering
  16. a character in the ASCII gadget and pressing return will show the
  17. code for the character in binary, octal, hexadecimal, and single-
  18. and double-precision floating point.  Experimentation may be the
  19. best way to learn the program's capabilities and characteristics.
  20.  
  21. There are two gadgets associated with each of the floating-point
  22. forms:  The first or upper of each pair is the decimal repre-
  23. sentation of the value while the lower or second of each pair
  24. is the hexadecimal representation of the IEEE machine repre-
  25. sentation of the value.
  26.  
  27. Be advised that the double-precision floating point conversion
  28. is not accurate to the full 53-bit format precision.
  29.  
  30. The program will use the font of the screen on which it is
  31. opened and will automatically adjust for font size.
  32.  
  33. The program does not require an FPU.
  34.  
  35. If more than four characters are entered in the ASCII gadget,
  36. only the rightmost four characters are converted.
  37.  
  38. The source code for the program is available from the author
  39. upon request.  However, the GUI portion makes use of the
  40. author's GUI handler which will not be released.
  41.